home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- echo "-----------------------------------------------------------"
- echo "Keep this window open when running the search engine."
- echo "Close it when you are finished."
- echo ""
- echo "When you see the line that tells you a port number"
- echo "you can begin searching."
- echo "-----------------------------------------------------------"
- echo ""
-
- /usr/java/bin/java itm.nr.serve.NRServer
-
- echo "Press Enter to exit this window... \c"
- set a = $<
-